home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / plnk081.zip / pilot-link.0.8.1 / readme.os2 < prev    next >
Text File  |  1997-08-11  |  3KB  |  79 lines

  1.  
  2. This a port of Pilot Link 0.8.1 for OS/2 using the EMX compiler.
  3. Pilot Link's offical home is at ftp://ftp.pfnet.com/pub/PalmOS/.
  4.  
  5. Runtime Requirements:
  6. =====================
  7.     OS/2 Warp Version 3.0 or greater. 
  8.  
  9.     Info-Zip for OS/2 to extract the distribution. Available as
  10.     UNZIP520.EXE.
  11.  
  12.     EMX 0.9c runtime with fix 2 or greater. Available as EMXRT.ZIP.
  13.  
  14.     An OS/2 HPFS formatted partition to run from.
  15.  
  16. Recompiling Requirements:
  17. =========================
  18.     EMX 0.9c development system with fix 2.
  19.  
  20.     OS/2 versions of many UNIX file commands available as GNUFU.ZIP.
  21.  
  22.     OS/2 port of GNU make. Available many places as GNUMAKE.ZIP.
  23.  
  24. Most of the files need for runtime or development can be found at
  25. ftp://hobbes.nmsu.edu/os2/unix/ or 
  26. ftp://ftp.leo.org/pub/comp/os/os2/leo/.
  27.  
  28. Installation:
  29. =============
  30. Install the EMX runtime per the included instructions in EMXRT.DOC.
  31.  
  32. Run MAKEFOLDER.CMD from the OS2 subdirectory to create the folder 
  33. and icons.
  34.  
  35. PISOCK.DLL must be put into a directory contained in your LIBPATH or
  36. add the directory Pilot Link is installed into to it. You can 
  37. optionally add a . to the LIBPATH is the current directory is used. 
  38. This can allow different versions of Pilot Link to be run from the 
  39. same machine. For example:
  40.  
  41. LIBPATH=.;C:\OS2\DLL;C:\OS2\MDOS;C:\;E:\OS2\APPS\DLL;
  42.  
  43. PROBLEMS
  44. ========
  45. For general support you can subscribe to the pilot-unix mailing list 
  46. by sending a  message with the subject and body of
  47.      
  48.     subscribe pilot-unix
  49.     
  50. to the address pilot-unix-request@lists.best.com. These OS/2
  51. tools are ports of the Pilot Link Unix tools and are actively supported
  52. on this mailing list. You can also mail Garey Smiley as 
  53. garey@slink.com. 
  54.  
  55. MISC
  56. ====
  57. There are may commands in Pilot Link that don't have icons created 
  58. for them. Most will list there command line options when executed
  59. without any parameters. Refer to the README and CHANGELOG files 
  60. for more details.
  61.  
  62. Some of the command will open up to a blank screen and seem to
  63. do nothing. They are waiting for the hot-sync button to be pressed
  64. so communications with the Pilot can begin. In the future prompts 
  65. will be added.
  66.  
  67. To increase the communications speed between your computer and the
  68. Pilot add 
  69.  
  70. SET PILOTRATE=xxxxx
  71.  
  72. to your config.sys where xxxxx is 19200, 38400, 57600 baud. Some
  73. computers may have problems with 57600, 38400 is recommended.
  74.  
  75. "Get Clipboard from Pilot" dose not actually put the contents of the
  76. Pilot's clipboard into the OS/2 clipboard. It just displays it to the 
  77. screen. You can then use the window mark and copy commands to
  78. put the data into the OS/2 clipboard.
  79.